Back

Expert Systems with Applications

Elsevier BV

Preprints posted in the last 30 days, ranked by how well they match Expert Systems with Applications's content profile, based on 11 papers previously published here. The average preprint has a 0.01% match score for this journal, so anything above that is already an above-average fit.

1
CerViX-Net: A Multi-Branch Fusion of Vision Transformer and Convolutional Neural Networks for Cervical Cancer Detection using Cytology Images

De, S.

2026-06-24 radiology and imaging 10.64898/2026.06.24.26356425 medRxiv
Top 0.1%
3.9%
Show abstract

Cervical cancer represents a pressing global health challenge, emphasizing the critical need for accurate and timely diagnostic methods to facilitate effective treatment and improve survival rates. In response to this challenge, the study presents CerViX-Net, an innovative classification framework designed to advance cervical cancer detection through enhanced computational efficiency and diagnostic accuracy. The development of CerViX-Net is motivated by the limitations of traditional diagnostic models, particularly in handling the computational and memory demands of large-scale data, while ensuring precise feature extraction and classification. CerViX-Net employs a hybrid deep learning architecture that combines the capabilities of ResNet50, EfficientNet-B0, and a Modified Vision Transformer (ViT) module. The ResNet50 branch extracts hierarchical features through stacked convolutional and identity blocks. In another path, the modified ViT module transforms image patches via linear projection, augments them with positional and class embeddings, and processes them using Parallel Transformer Encoder layers to model contextual relationships. Concurrently, EfficientNet-B0 utilizes MBConv blocks to extract multi-scale representations. The feature outputs from all three branches are integrated and passed through a classification head consisting of dropout layers and dense layers to ensure robust and accurate predictions. The proposed framework is rigorously evaluated on the Mendeley LBC dataset, achieving exceptional performance metrics with an accuracy of 99.69%, precision of 99.28%, recall of 99.48%, and an F1-score of 99.52%. The robustness of CerViX-Net is further validated on the SIPaKMeD and Herlev Pap Smear datasets, where it demonstrates comparable excellence, underscoring its efficacy and adaptability across diverse cytology datasets. Statistical validation using Friedman's test further reinforces its superiority over competing methods.

2
MedZone Embedder: a framework for representation learning of Japanese secondary medical care areas from a national ICU registry, characterizing intensive care provision structure and regional vulnerability

Ohno, K.; Hashimoto, S.

2026-07-20 health informatics 10.64898/2026.07.17.26358373 medRxiv
Top 0.2%
1.5%
Show abstract

Background: In Japan, acute inpatient care is divided into approximately 335 secondary medical care areas, which serve as the basic units for planning healthcare delivery systems under the 8th National Health Care Plan. While comparisons between regions and facilities typically rely on a single risk-adjusted metric, this approach confuses differences in patient demographics with differences in the actual infrastructure of intensive care units (ICUs). This paper presents a framework - MedZone Embedder - for deriving data-driven indicators of regional structural vulnerability by mapping secondary medical care areas onto a learned similarity space, together with its working implementation. The paper sets out the concept, the method, a proof of concept, and an explicit staged validation program, rather than national empirical results. Methods: Each area is represented by a feature vector consisting of aggregated values of intensive care provision indicators derived directly from the Japan Intensive Care Patient Database (JIPAD) - specifically, risk-adjusted mortality rates (standardized mortality ratios and an in-hospital composite indicator), technical efficiency, length of stay, readmission rates, case severity, and case composition - with the within-area variance of these indicators also taken into account. No hierarchical processing by facility type is performed. A contrastive autoencoder (multilayer perceptron encoder 32 -> 16 -> 8, symmetric decoder) is trained by self-supervised learning, using an objective function that combines reconstruction and normalized temperature cross-entropy (NT-Xent) on noise-augmented views. The resulting 8-dimensional embedding supports area searches based on cosine similarity and anomaly scoring in the embedding space (using isolation forest, Mahalanobis distance, or k-nearest-neighbor density), which is normalized to a vulnerability score ranging from 0 to 1. If deep learning libraries are unavailable, or if the number of areas is small, an alternative method using deterministic principal component analysis is employed. Results: This method was implemented and deployed within an operational ICU decision support system on a managed cloud platform. The proof of concept (PoC) is structured around five secondary medical care areas within Kyoto Prefecture and runs entirely on synthetic facility-level aggregate data constructed to follow the JIPAD indicator schema; no registry data were accessed. It generated: an aggregate provision profile for each area; an area embedding space equipped with a similar-area search function; and a vulnerability ranking that identifies areas with low patient numbers and low diversity that exhibit overall poor outcomes. At this scale, the contrastive autoencoder falls back to principal component projection. The deep learning pathway has been implemented and unit testing has been completed; training and evaluation on actual registry data are pending data-use approval and the expansion of data integration. Validation is staged: Stage 2 will train the contrastive pathway over JIPAD-covered areas to assess construct validity against public structural indicators (ICU/HCU beds, population, accessibility), and Stage 3 will extend coverage to all areas via National Database (NDB) linkage. Conclusion: MedZone Embedder reframes regional comparison from single-indicator ranking to structural representation: which areas are alike, and which are structural outliers. The contribution of this paper is the framework - the proposal that the intensive care provision structure of Japanese secondary medical care areas can be learned from a national outcomes registry and read through the lens of what we call institutional debt - together with a deployed implementation and a pre-specified validation program. To our knowledge, this is a candidate first application of contrastive representation learning to Japanese secondary medical care areas.

3
Modeling the Effectiveness of Antibiotic Therapies Against Sepsis Using Continuous-time Hidden Markov Models

Schmiegel, S.; Marchi, H.; Borgstedt, R.; Rehberg, S.; Fuchs, C.; Mews, S.

2026-07-10 health informatics 10.64898/2026.07.03.26357092 medRxiv
Top 0.2%
1.1%
Show abstract

Patients suffering from sepsis need to be treated with an effective antibiotic therapy within the first hour after sepsis onset to decrease their risk of death. Microbiological data that provide information about the suitability of antibiotic therapies, however, is usually available only after 72 hours. Consequently, the treating physicians need to judge a therapy's effectiveness based on the patients' measured health records and their general health condition. This medical assessment is complex and requires years of experience. In our study, we investigate how statistical modeling can contribute to assessing the effectiveness of antibiotic therapies. To that purpose, we describe the effectiveness of antibiotic therapies by modeling sepsis patients' health conditions using a three-state continuous-time hidden Markov model (ctHMM). In literature, procalcitonin (PCT) and lactate have proven to be helpful for deriving the health condition in this context. The state probabilities obtained by the ctHMM are subsequently used to quantify the effectiveness of antibiotic therapies. To this end, we apply two different approaches, namely (i) averaging of the state probabilities and (ii) a logistic regression model. For (i), we calculate the average of the state probabilities for the state indicating a sepsis-free condition over an antibiotic administration period of 48 hours. For (ii), we use the information about antibiotic susceptibility testings as dependent variable in the logistic regression model; as independent variables, we calculate the difference between state probabilities at the start of antibiotic administration and 48 hours later. With this work, we are able to better understand the relationship between laboratory values, in particular PCT and lactate, and the patients' health condition. We further provide approaches for quantifying the effectiveness. Therefore, our work contributes to developing a clinical decision support system which helps physicians assess the effectiveness of antibiotic therapies in patients with sepsis. Supported by such a system, a physician is able to quickly adjust an ineffective therapy which avoids antibiotic resistances and increases a patient's chance to survive a sepsis.

4
Algorithmic implementation of pancreatic cancer staging guidelines: comparison with a retrieval-augmented large language model

Komaba, A.; Amakawa, A.; Tozuka, R.; Sato, J.; Fujihara, K.; Emoto, M.; Sawada, S.; Kasai, S.; Sakamoto, K.; Shimura, K.; Johno, Y.; Nakamoto, K.; Ichikawa, S.; Johno, H.

2026-07-02 radiology and imaging 10.64898/2026.06.30.26356912 medRxiv
Top 0.4%
0.9%
Show abstract

Purpose: To implement a comprehensive knowledge-based algorithm (KBA) for pancreatic cancer staging based on the current Japanese guidelines and to evaluate its performance as a clinical decision support system in comparison with a retrieval-augmented large language model (LLM) system. Materials and methods: A KBA covering TNM classification, stage classification, and resectability classification was implemented as a web application. The correctness of the system outputs was exhaustively verified for all possible inputs. Subsequently, six non-board-certified radiologists performed pancreatic cancer staging for 12 simulated cases with imaging findings under three conditions: unassisted, LLM-assisted, and KBA-assisted. Staging accuracy and staging time were compared among the three conditions using pairwise proportion z-tests and Welch's t-tests, respectively. Results: In the comparative experiment, staging accuracy was 81.9%, 80.6%, and 98.6% in the unassisted, LLM-assisted, and KBA-assisted conditions, respectively. Mean staging time was 229.2, 401.9, and 196.2 s, respectively. The KBA-assisted condition showed higher accuracy than both the unassisted and LLM-assisted conditions (both p<0.001). Staging time was longer in the LLM-assisted condition than in the other two conditions (both p<0.001). Conclusion: A comprehensive KBA for pancreatic cancer staging based on the current Japanese guidelines was implemented and exhaustively verified. In a preliminary comparative experiment, KBA assistance improved staging accuracy without increasing staging time, whereas LLM assistance increased staging time without improving staging accuracy. These findings suggest that verified KBA systems may be feasible and useful for clinical tasks governed by explicit guideline-based rules.

5
Benchmarking Speech Recognition Models for Medical Consultations in Latin American Spanish: A Comparative Evaluation with Fine-Tuning

Carrillo, R. M.; Carbajal Serrano, A.; Condori Pinedo, P. S.

2026-07-16 public and global health 10.64898/2026.07.14.26358062 medRxiv
Top 0.4%
0.9%
Show abstract

BACKGROUND: Artificial intelligence (AI) medical scribes rely on speech-to-text (STT) models for transcription. Evaluations of STT models in non-English settings remain scarce. We benchmarked ten STT models on medical consultations from Latin American (LatAm) Spanish and assessed whether fine-tuning improves transcription accuracy. METHODS: Ten YouTube videos depicting medical consultations. Human transcriptions were the ground truth. Five open-source models were evaluated: Whisper Large, Whisper Large v3, Whisper Large v3 Turbo, Voxtral Mini 3B, and Canary 1B v2; and so were five close-source models: gpt-4o-transcribe, gpt-4o-mini-transcribe, gemini-2.5-pro, Eleven Labs, and Assembly AI. Whisper Large v3 was fine-tuned. One video was withheld from training. Performance assessed using Word Error Rate (WER), Character Error Rate (CER), BLEU Score, ROUGE-L, BERT Score, and Semantic Similarity on the one withheld video. RESULTS: None of the fine-tuning iterations outperformed the vanilla Whisper Large v3. With the withheld video, Gemini-2.5-pro was the close-source model with the best performance in four of six metrics. In comparison to the close-source models, the fine-tuned model never outperformed the other models (withheld video); conversely, in comparison to the close-source models, the fine-tuned model showed better performance across metrics, for instance: BLEU score (63% vs to 58% for the second-ranking model), BERT (89% vs to 86%), and semantic similarity (89% vs to 83%), CER (19% vs 20%). CONCLUSIONS: Whisper Large v3 and its fine-tuned variant are the best open-source STT models for transcribing medical conversations in LatAm Spanish. These findings provide an evidence base for developing AI medical scribes tailored to Spanish-speaking LatAm.

6
Protocol-Guided Cross-Domain Transfer Learning for Bovine Facial Pain Recognition under Weak Dairy-Farm Labels

Patel, S.; Neethirajan, S.

2026-06-23 animal behavior and cognition 10.64898/2026.06.18.733162 medRxiv
Top 0.4%
0.9%
Show abstract

Livestock welfare models are developed under controlled experimental conditions but deployed across farms, breeds, management systems and label regimes, where reliability remains uncertain. We introduce the Protocol-Driven Transfer Evaluation (PDTE) framework, which treats the adaptation protocol, comprising label mapping, objective design, domain alignment, model selection, calibration and threshold policy, as the experimental variable and evaluates transfer through animal-level external validation with uncertainty quantification. We apply PDTE to a bovine welfare task involving transfer of a facial pain representation from postoperative beef cattle to dairy cows under shifts in breed, sex, production system, clinical etiology, recording environment and label fidelity. Using an author-collected Canadian Holstein and Jersey dataset with an independent eight-cow test cohort, direct source-domain transfer was weak, with sequence AUC 0.418 and cow-level AUC 0.400. PDTE identified two failure modes under weak supervision: threshold collapse, in which adaptation converges to a single prediction class, and calibration-induced collapse, in which score ranking is preserved while decision behavior deteriorates. Across protocols, objective design dominated performance. Class-balanced focal adaptation achieved stable operating behavior (sequence AUC 0.611; cow-level AUC 0.667), while a target-only model attained comparable performance without source initialization (sequence AUC 0.596; paired p = 0.984), indicating that protocol design and operating-point choices contributed more than pretraining under weak-label conditions. Animal-level uncertainty remained substantial, with a bootstrap 95% confidence interval of 0.20 to 1.00, exceeding the transfer effect. These findings show that transferability limits cannot be inferred from source-domain performance alone and require protocol-controlled, uncertainty-aware evaluation in livestock AI.

7
Comorbidity structure as an inductive bias: Comparing output-head designs for multi-label prediction of diabetes and myocardial infarction complications

Asumboya, W. A.; Agbenorhevi, P. K.; Adams, C. F.; Ayariga, D. A.; Adjadeh, T.; Adams Ziblim, S.; Kwofie, S. K.

2026-06-23 bioinformatics 10.64898/2026.06.18.733068 medRxiv
Top 0.5%
0.6%
Show abstract

BackgroundClinical complications are often predicted with separate sigmoid outputs, even when the target labels arise from related pathophysiological processes. This paper asks whether output-layer choice should reflect both predictive convenience and the biological structure assumed among complications. The central premise is that label-dependence mechanisms are explicit hypotheses about comorbidity, not generic modelling additions. MethodsOutput-head assumptions were compared across two clinically distinct multi-label prediction tasks. In Type 2 diabetes (T2D), six heads were evaluated for nephropathy, neuropathy, and retinopathy: independent baseline, linear additive, multiplicative, symmetric conditional random field (CRF), residual multilayer perceptron (MLP), and combined additive-multiplicative. In myocardial infarction (MI), four heads were evaluated for ventricular tachycardia, ventricular fibrillation, and atrioventricular block: independent baseline, linear additive, multiplicative, and symmetric CRF. All experiments used five training data fractions and seven independent seeds, with the same shared-backbone protocol within each disease setting. ResultsIn T2D, the symmetric CRF gave the most consistent improvement pattern, ranking highest at full data and at the two lowest data fractions while adding only three interaction parameters. At 20% training data, it was the only interaction head whose aggregate mean exceeded the independent baseline. The residual MLP, despite 123 interaction parameters, remained below the baseline across all T2D fractions. In MI, rankings changed across fractions: the multiplicative head led at 80% and 60%, the CRF led at 100% and 20%, and the baseline led at 40%. The combined additive-multiplicative head did not improve robustness in T2D and showed the largest negative baseline-relative deviations at lower fractions. ConclusionThe findings support a biology-guided view of output-layer design. A small constrained mechanism was most useful when its symmetry matched the shared microvascular structure of T2D, whereas the heterogeneous electrophysiology of MI produced no stable winner. Output-layer choice should therefore be reported and defended as an assumption about disease structure instead of a routine hyperparameter decision. Author summaryMany clinical prediction models treat complications as separate outcomes, even when clinicians know they often arise together. We studied whether the last layer of a model should reflect that biological knowledge. We compared several output heads across two disease settings: Type 2 diabetes, where nephropathy, neuropathy, and retinopathy share a common microvascular origin, and myocardial infarction, where electrical complications arise from a mixture of shared and location-specific mechanisms. We found that a small symmetric CRF head was most useful in the diabetes task, especially when training data were limited, while no single interaction head dominated in myocardial infarction. This suggests that modelling comorbidity is not only a technical choice; it is a statement about how disease processes relate to one another. Our results encourage researchers to report and justify output-layer design as part of the clinical modelling argument, rather than treating it as a routine hyperparameter.

8
Dendritic Wave Recurrent Neural Networks

Kubo, Y.

2026-07-09 neuroscience 10.64898/2026.07.03.736415 medRxiv
Top 0.6%
0.5%
Show abstract

Wave recurrent neural networks (wRNNs) are biologically inspired recurrent architectures that use traveling-wave dynamics to support sequence learning and memory. However, their input-to-hidden pathway remains relatively simple compared with biological neurons, where dendrites perform nonlinear input integration. In this study, we introduce the Dendritic Wave Recurrent Neural Network (DWRNN), which augments the input pathway of the wRNN with nonlinear basal dendritic branches while preserving the original recurrent wave dynamics. We evaluate DW-RNN on a simple copy task, sequential MNIST (sMNIST), permuted sequential MNIST (psMNIST), and noisy sequential CIFAR-10 (nsCIFAR-10). On the copy task, DW-RNN shows learning behavior comparable to the standard wRNN, suggesting that dendritic input integration does not disrupt the recurrent wave-based memory mechanism. On the three sequential image-classification benchmarks, DW-RNN outperforms the standard wRNN, improving accuracy from 97.27 {+/-} 0.15% to 97.82 {+/-} 0.12% on sMNIST, from 96.74 {+/-} 0.17% to 96.92 {+/-} 0.10% on psMNIST, and from 54.30 {+/-} 0.79% to 55.65 {+/-} 0.55% on nsCIFAR-10. In addition to improving mean accuracy, DW-RNN exhibits lower across-seed variability on all three classification benchmarks, suggesting that dendritic input integration may improve the stability of wRNN training. Hidden-activity visualizations further show that DW-RNN preserves the characteristic traveling-wave patterns of the original wRNN. These results suggest that dendritic computation and traveling-wave recurrent dynamics provide complementary mechanisms for biologically inspired sequence learning.

9
HGGT:Heterogeneous Gated Graph Transformer for Predicting Clinical Trial Success

Qian, L.; Lu, X.; Haris, P.; Yang, Y.

2026-07-01 health informatics 10.64898/2026.06.28.26356795 medRxiv
Top 0.6%
0.5%
Show abstract

Clinical trials are critical milestones in the drug development pipeline, yet their high failure rates and substantial costs underscore the need for robust predictive models. This study introduces a Heterogeneous Gated Graph Transformer (HGGT) model tailored to predict clinical trial success. Unlike existing methods that typically model trial-related entities in isolation or with homogeneous graphs, HGGT explicitly models the rich heterogeneous relationships among trials, diseases, drugs, genes, targets, abstracts, and eligibility criteria through a gated graph transformer architecture, which dynamically learns and weights multi-type relational interactions to capture complex biological and clinical dependencies. By integrating heterogeneous graph representation with transformer-based context modeling, HGGT effectively captures non-linear, multi-scale interactions across biomedical entities, leading to improved predictive performance for trial success. Experimental results demonstrate that the HGGT model achieves strong performance, with the highest PR-AUC, F1 score, and ROC-AUC across three phases. These findings highlight the potential of graph-based deep learning approaches in optimizing clinical trial design and resource allocation, ultimately accelerating the translation of novel therapies into clinical practice.

10
A scalable neuroinformatics pipeline for harmonizing routine clinical electroencephalograms across public hospitals

Vakorin, V. A.; Moiseev, A.; Doesburg, S. M.; Xi, P.; Winston, J. S.; Richardson, M. P.; Rodionov, R.; Moreno, S.; Ribary, U.; Medvedev, G.

2026-07-08 neurology 10.64898/2026.07.03.26357250 medRxiv
Top 0.7%
0.5%
Show abstract

We propose a study protocol for routine clinical electroencephalograms (EEGs) from public hospitals, which represents a vast resource for neuroscience research. These non-invasive measures of brain function, paired with rich clinical annotations from large and diverse patient populations, are critical for developing robust artificial intelligence (AI) models and conducting population-level studies. This protocol presents a scalable methodology for curating and harmonizing extensive clinical EEG datasets, encompassing over 40,000 individual studies, to facilitate research applications. Key steps include: (i) integration of raw EEG recordings with corresponding clinical records, including neurological reports, diagnostic codes, and potentially medication data; and (ii) spatial standardization of EEG signals by mapping them to a common brain space defined by functional and anatomical landmarks. The resulting harmonized datasets enable the development of large-scale EEG foundation models, the discovery of novel EEG waveform representations, and the creation of normative "brain charts" for electrophysiological assessment across the lifespan. By enabling standardised, large-scale analyses of real-world clinical EEG data, this protocol supports data-intensive solutions for EEG applications and addresses the challenge of generalising AI models. Our approach promotes the translation of AI tools from research to diverse patient populations, advancing population neuroscience.

11
Electrocorticographic Network Feature Space Constriction as a Preictal Biomarker

Goetz, J.; Beggs, J. M.; Worth, R.; Nemzer, L. R.

2026-07-13 neuroscience 10.64898/2026.07.08.736809 medRxiv
Top 0.8%
0.4%
Show abstract

In patients with epilepsy, seizures are associated with pathological neural synchronization. However, the preictal period preceding a seizure often exhibits reduced spatial synchronization compared to normal cognition. This observation aligns with the concept of the brain as a complex dynamical system, where a reduction in dimensionality and resilience can precede a phase transition. The Critical Brain Hypothesis suggests a connection between the loss of healthy scale-free behavior and various disorders, including epilepsy. Our study investigates preictal changes by utilizing network features, such as mean node degree and mean clustering coefficient, derived from thresholded correlation matrices of patient intracranial electrocorticographic electrode data. We observed a suppression of intermittent high-synchronization periods within the feature space during the minutes leading up to seizure onset. This constriction of the explored hypervolume in the preictal state indicates a breakdown in the brains ability to maintain normal coherence. We use these preictal changes to predict the probability of seizure onset using a Support Vector Machine algorithm. These discrete predictions can then be combined into real-time continuous seizure risk forecasts via Bayesian updating. This innovative and computationally lightweight approach has the potential to significantly improve upon static predictions, providing opportunities for more adaptable, quantitative, and interpretable tools for managing seizures.

12
Parameter-efficient deep learning for pneumonia detection on chest X-rays: A comparative evaluation of explainable AI methods

Mahtabi, B.; Nasr-Esfahani, E.; Yaraghi, S.

2026-07-16 radiology and imaging 10.64898/2026.07.14.26358065 medRxiv
Top 0.8%
0.4%
Show abstract

Pneumonia is a leading cause of infectious disease mortality worldwide, accounting for approximately 2.5 million deaths annually and 15% of deaths in children under five. Chest X-ray imaging remains the primary diagnostic tool, but accurate interpretation requires radiological expertise that is disproportionately concentrated in high-income settings, creating a diagnostic gap where disease burden is highest. Automated deep learning offers a scalable complement to specialist-dependent diagnosis, yet clinical adoption requires both high accuracy and transparent, interpretable reasoning. Convolutional neural networks (CNNs) have shown strong potential for pneumonia detection from chest X-rays, but two barriers impede clinical translation: the interpretability of black-box models and the computational feasibility of large architectures in resource-constrained settings. Explainable AI (XAI) methods such as Grad-CAM, Grad-CAM++, and Score-CAM address the interpretability barrier, yet systematic quantitative comparisons across multiple CNN architectures remain scarce. Furthermore, CNN architectures widely used for medical image classification carry high parameter counts that limit feasibility in resource-constrained settings, motivating architectures that achieve competitive accuracy with substantially fewer parameters. Here we propose a parameter-efficient deep learning framework for pneumonia detection based on transfer learning, evaluated across three CNN architectures representing distinct architectural families: EfficientNet-B0 with fine-tuning (proposed method), ResNet50, and DenseNet121, trained under identical conditions on the Kaggle chest X-ray dataset (5,863 images). Our method achieved 90% classification accuracy, outperforming both baselines while requiring 4.8x fewer parameters than ResNet50. To evaluate explainability, Grad-CAM, Grad-CAM++, and Score-CAM were applied across all three architectures and compared quantitatively using Intersection over Union against manually annotated lung segmentation masks, Insertion score, and Deletion score, with pairwise statistical validation via Wilcoxon signed-rank tests and Bonferroni correction. Findings show that classification accuracy and XAI explanation quality must be evaluated independently, and that the proposed parameter-efficient architecture offers a favorable trade-off for resource-constrained clinical deployment.

13
Feature Selection with Quantum Annealing for Biomedical Machine Learning Applications

Dudgeon, S. N.; Lee, S. J.; Durant, T. J.; Nelson, B.; Young, H. P.; Ohno-Machado, L.; Taylor, R. A.; Schulz, W. L.

2026-07-06 health informatics 10.64898/2026.07.02.26357174 medRxiv
Top 0.8%
0.4%
Show abstract

Feature selection is a commonly used method in biomedical artificial intelligence and machine learning to identify a subset of high-quality variables that can be used to train downstream predictive models. It has been suggested that quantum feature selection (QFS), which takes advantage of the properties of quantum computers, may better identify variables that are correlated with the outcome while simultaneously reducing redundancy between selected variables. However, there are a limited number of studies evaluating their performance, particularly in real-world data sets. Here, we assess the performance of two QFS methods compared to random forest (RF) feature selection based on feature stability and the performance of a downstream classification algorithm when used to predict urinary tract infections in the emergency department from 211 original features extracted from the electronic health record. We found that a quantum binary quadratic model (BQM) and constrained quadratic model (CQM) had similar performance to RF feature selection (median F1 score of 0.60, 0.61, and 0.61 respectively) when 10 features were selected for an XGBoost classification model. The BQM and RF also had similar feature stability (0.91 and 0.94, respectively) while the CQM had lower stability (0.72). These findings show that QFS can be used with large, clinical data sets to identify features with high stability and predictive performance. As the capacity and quality of quantum computers continue to increase, these methods may offer additional benefits to classical feature selection methods.

14
Spatiotemporal transformation of neural data reveals representations of erroneous behaviors

Sihn, D.; Kim, S.-P.

2026-07-04 neuroscience 10.64898/2026.07.04.736476 medRxiv
Top 0.8%
0.3%
Show abstract

Abnormal states such as erroneous behaviors are generally difficult to represent from neural data. However, such states are also known to have specific spatiotemporal features, indicating a feasibility of developing a method to focus on them. If a method can highlight these spatiotemporal features, it may effectively represent such abnormal states, helping evaluate abnormal brain functions. In the present study, we proposed the hierarchy of supported modules (HSM) to highlight spatiotemporal features that can represent abnormal states. HSM spatiotemporally transforms multidimensional neural time-series based on their spatiotemporal context. We evaluated HSM through decoding and similarity analyses using multiple publicly available datasets. In the HSM results, decoding accuracies were higher for erroneous behaviors than for normal behaviors, and similarities were lower between erroneous behaviors and normal behaviors than between normal behaviors, demonstrating the ability of HSM to capture the spatiotemporal features of erroneous behaviors. Surprisingly, many parts of these results were also present even before HSM learning, showing the virtue of HSM as a simple-to-use method. The proposed HSM method may help elucidate the mechanisms underlying erroneous behaviors.

15
Deep Transfer Learning for Dormancy and Outbreaking State Classification in Metastatic Breast Tumor Cells: A Benchmark of Modern Deep Learning Models

Sharma, O.;Weidenfeld, K.;Barkan, D.;Gal, O.

2026-06-23 Cancer Biology 10.64898/2026.06.22.733720 medRxiv
Top 1.0%
0.3%
Show abstract

Breast cancer cells that disseminate to distant organs can remain dormant (non-proliferative) for years before reactivating and progressing into lethal metastatic disease. Understanding the transition between dormancy and reactivation is therefore critical for early intervention and treatment. In this study, we investigate a comprehensive range of deep learning (DL) architectures to classify dormant versus proliferative breast tumor cells within a 3-dimensional growth factor reduced basement membrane extract (3D BME) system that models tumor dormancy and outgrowth. To capture the underlying spatiotemporal dynamics, we evaluate both spatial and sequence-based learning approaches. We consider convolutional neural networks (EfficientNet, ResNet, DenseNet, MobileNet, VGG, AlexNet), segmentation-based models (U-Net, U-Net++, Attention U-Net, DeepLabV3, HRNet) and transformer-based architectures (Vision Transformer, Swin Transformer, SegFormer). We investigate transfer learning using both fixed and fine-tuned strategies. Experimental results show that classification performance is greatly enhanced through the integration of temporal information. EfficientNet-B7, EfficientNet-B6, DenseNet-169, and DenseNet201 are consistently better than competing architectures for all tested models. EfficientNet-B7 with the use of temporal sequences input reaches an accuracy of 98.86% with a ROC-AUC of 0.998. The results highlight the significance of spatio-temporal feature learning and the value of DL frameworks in automated classification of dormant versus proliferative breast cancer cells in physiologically relevant microenvironments.

16
NEXIM: A Nash Equilibrium-Based Framework for Stable Explainable AI in Medical Applications

Upadhyaya, D. P.; Sahoo, S. S.; Prantzalos, K.; Golnari, P.

2026-07-06 health informatics 10.64898/2026.06.25.26356568 medRxiv
Top 1.0%
0.3%
Show abstract

Reliable explanations are important for trustworthy medical applications of artificial intelligence (AI), but attribution-based explanations can vary across model randomization and small analytic changes. We present NEXIM (Nash Equilibrium-based Explainability and Interpretability Model), implemented here as an accuracy-constrained, equilibrium-inspired model-selection framework that jointly evaluates held-out prediction error, explanation stability, and cross-model connectivity. The implementation evaluated ten GradientBoostingRegressor models per prediction horizon, differing only by random seed (0-9), using a fixed 75/25 patient split. Kernel SHAP attribution vectors were compared using Spearman rank correlation, and graph connectivity summarized whether each model belonged to a dense explanation-similarity region. Candidate models within 0.02 Montreal Cognitive Assessment points of the best root mean squared error (RMSE) were ranked using a multiplicative Explanation Equilibrium Score. In longitudinal Parkinson's Progression Markers Initiative data, NEXIM selected the RMSE-optimal model at the one- and three-year horizons. At the two-year horizon, it selected Model 4 rather than the RMSE-only Model 8, increasing scaled stability from 0.8757 to 0.8847 and normalized graph connectivity from 0.889 to 1.000 while increasing RMSE by only 0.0014. The two models retained the same top-20 feature set but differed modestly in feature order, illustrating that NEXIM primarily acted as a reproducibility screen rather than identifying clinically contradictory explanations. Stability and consensus are treated as reproducibility criteria, not evidence of causal faithfulness, clinical usefulness, or improved patient outcomes. NEXIM may therefore serve as a governance checkpoint for model refresh and documentation, but external validation, stronger model-family baselines, and prospective clinical evaluation remain necessary.

17
Interpreting Rewards from Inverse Reinforcement Learning

Chow, J.; Yang, Y.; Laschowski, B.

2026-07-13 neuroscience 10.64898/2026.07.08.736783 medRxiv
Top 1.0%
0.3%
Show abstract

Inverse reinforcement learning can recover reward functions from observed behavior, but interpreting those rewards remains a fundamental challenge for understanding intelligent behavior and decision-making. To address this challenge, we introduce a novel framework for reward interpretation that combines reward-function analysis, latent mode assignments, and short-history behavioral analysis to infer latent motivations and behavioral dynamics. As a proof-of-concept, we instantiated the framework using switching inverse reinforcement learning on a large-scale dataset of multi-agent social interactions. Our framework interpreted the learned latent modes as cautious and volatile motivational profiles, demonstrating that recovered reward functions can reveal distinct patterns of behavioral dynamics. More broadly, these findings suggest that the proposed framework provides a promising approach for reverse-engineering and interpreting latent rewards underlying intelligent behavior and decision-making.

18
Generative embedding of sparse data with a tabular foundation model for dengue anticipatory action: a machine learning approach

Pelitro, K. J.; Manzano, J. F.; Matavia, T. O.; Soriano, K.; Bilbao, K.; Garcia, G. M.; Delos Angeles, A. J.; Lagmay, A. M.; Bandoy, D. D.

2026-07-06 health informatics 10.64898/2026.07.03.26357228 medRxiv
Top 1%
0.3%
Show abstract

Background Early outbreak detection often depends on complex, data-intensive models that have limited operational use in sparse surveillance settings. We developed a domain-mechanistic generative embedding that converts case counts and rainfall into a structured representation of dengue transmission for early epidemic-onset detection. Methods We constructed a 132-feature generative embedding from sparse dengue case and rainfall data. A tabular foundation model was evaluated using leave-one-year-out validation with paired cluster-bootstrap uncertainty intervals across 17 Philippine regions and eight dengue-endemic countries. Performance was benchmarked against raw input columns and catch22 time-series features. Findings Raw case and rainfall columns provided weak discrimination for dengue outbreak onset, with AUROC ranging from 0.56 to 0.70. The generative embedding improved prediction to AUROC 0.77 across countries and 0.89 across regions, corresponding to gains of +0.205 and +0.183 over raw columns, respectively, with paired cluster-bootstrap p[&le;]0.006. Calibration error remained low at both regional and country scales, with expected calibration error of 0.067 and 0.149, respectively. Predictability was strongest in highly seasonal settings, including Philippine Type I regions, Mexico, Brazil, and the Philippines, whereas year-round transmission or opposing coastal rainfall regimes produced weaker performance. Country estimates based on only one or two retained epidemic seasons were unstable. Interpretation Under sparse surveillance conditions, the predictive capacity of a tabular foundation model depended strongly on the representation supplied to it. A generative embedding of climate and epidemiological dynamics translated limited case and rainfall inputs into actionable early-warning signals, with accuracy scaling according to local seasonal structure. These findings support mechanism-grounded embeddings as a practical route for extending prospective dengue outbreak surveillance in data-limited settings, especially at regional scales where calibration and deployment are most appropriate.

19
Intra-African Geographic Domain Shift in Wildlife Camera Trap Species Classification: A Comparative Study of Supervised and Zero-Shot Foundation Models

Nanduri, N.; Ogundare, J.; Anderson, G.

2026-06-25 ecology 10.64898/2026.06.24.734283 medRxiv
Top 1%
0.2%
Show abstract

Camera trap networks such as Snapshot Safari have generated millions of labelled wildlife images across Africa, enabling the training of deep learning models for automated species classification. However, deploying models trained in one African region to another remains poorly understood. To the best of our knowledge, this study presents the first systematic evaluation of geographic domain shift within the African continent for wildlife camera trap species classification, using the Machine Learning sub-field of Artificial Intelligence. We use three model architectures, each interacting with Snapshot Serengeti in a different way: BEiTV2is fine-tuned on Serengeti images as a supervised baseline; DINOv2 with FAISS uses Serengeti images as a retrieval index without any weight updates; and BioCLIP is a true zero-shot foundation model that receives no Serengeti training data at all. All three are then evaluated on two Southern African test sets, Snapshot Kgalagadi and Snapshot Kruger, as well as on locally collected wildlife photographs from Botswana. We conduct eight experiments covering in-domain baselines, cross-dataset transfer, data scaling, MegaDetector preprocessing, grayscale vs. colour image conditions, and per-species transfer analysis. This work provides the first empirical characterisation of intra-African domain shift across both supervised and zero-shot architectures, and offers practical guidance for conservation AI practitioners who need to deploy models across the diverse ecosystems of Southern Africa without collecting new labelled data.

20
Neural Processes with Normalizing Flows for Wheat Height Estimation

Boss, M.;Volpi, M.;Roth, L.

2026-07-09 Plant Biology 10.64898/2026.06.24.734247 medRxiv
Top 1%
0.2%
Show abstract

In this work, we investigate modeling plant traits over time using neural processes, a class of machine learning models that learn distributions over functions. Plant growth is an inherently stochastic process with complex dynamics measured mostly at irregular times throughout the growing seasons. While individual trait trajectories may be simple, their distributions are shaped by complex interactions between genotype, environment, and other factors. In particular, we focus on plant height in wheat, a deceptively simple-looking trait with complex dynamics. To model these trajectory distributions, we evaluate neural processes and in particular extensions using normalizing flows, with different combinations of genotype and environmental covariates. For controlled evaluations, we generate synthetic wheat height trajectories calibrated against Swiss weather station records and the FIP1 dataset. To fully evaluate these trajectory distributions, we use signatures, vector representations of sequential data, together with Sig-MMD and the recently introduced CSig-MMD. Sig-MMD enables direct pathwise comparison of predicted and simulator trajectory distributions, while CSig-MMD focuses this comparison on the tail, including lodged trajectories. Together, these metrics allow us to assess whether the models capture the full distribution of growth trajectories, including rare outcomes.